home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / PADS-PCB.RFM < prev    next >
Encoding:
Text File  |  2004-10-16  |  3.0 KB  |  76 lines

  1. {
  2.     DesignWorks Report Form for PADs PCB
  3.     Copyright 1990-1995 Capilano Computing Systems
  4. }
  5. $NOTES
  6. This report form produces a netlist for PAD's PCB.
  7.  
  8.  
  9. Limitations:
  10.  
  11.   This report form works only with Flat designs.
  12.  
  13.  
  14. Attribute    Where    Description
  15.  
  16. Name         Signals  The name of each signal net. Bus
  17.                       signals will be prepended by their
  18.                       bus name.
  19. Name         Devices  The name of the device which is used
  20.                       in the pin list in each signal net.
  21.  
  22. Value        Devices  The parts value used for
  23.                       documentation and silkscreen.
  24.  
  25. PADS_Part    Devices  Part name from the PADs library that
  26.                       matches the DesignWorks part and MUST
  27.                       be specified. Defines the default
  28.                       footprint.
  29. PADS_Decal   Devices  Used to select an alternate footprint
  30.                       name for a PADs part. Not required.
  31. PADS_Width   Signals  Signal routing width. Not required.
  32.  
  33. Ground       Devices  Non-displayed pins wired to ground.
  34. Power        Devices  Non-displayed pins wired to Plus5V.
  35. Minus5V      Devices  Non-displayed pins wired to Minus5V.
  36. Plus12V      Devices  Non-displayed pins wired to Plus12V.
  37. Minus12V     Devices  Non-displayed pins wired to Minus12V.
  38.  
  39.  
  40.  
  41. *** IMPORTANT NOTE ***
  42.  
  43. This netlist script for a third party PCB system is provided with DesignWorks on an "as is" basis with no guarantee that it will work in any particular environment.  Capilano Computing has no control over the file formats that may be used by these systems.  These scripts have generally been created and tested in conjunction with DesignWorks users and were developed for use with a specific version of the target system.  The third party developer may change formats at any time, and we do not have the resources to track every version of every system on the market.
  44.  
  45. If this script does not appear to generate the format required for your system, we are happy to assist customers in generating the appropriate format.  Please contact us at tech@capilano.com and provide a sample netlist and as much information as you can about the required format.
  46. $END
  47. $CHECK(This report form works only for Flat designs) $PURE $PHYSICAL
  48. {
  49. ---------------------------------------------------------------------
  50. }
  51. $CREATEREPORT(PADSNET.ASC) $PROMPT $CREATOR(ttxt)
  52. $ROWS(32000)
  53. $COLUMNS(80)
  54. $SIGSOURCE(Ground)
  55. $SIGSOURCE(Plus5V) &Power
  56. $DESIGNSIGSOURCE &SigSources
  57. $AUTONUMBER(3)
  58. $BLANKREPLACE(_)
  59. $COMBDEVSON
  60. $TABFIELDSOFF
  61. $SIGPINFORMAT $DEVNAME.$PINNUM
  62. $FIND $SIGNALS $NUMPINS(2)
  63. $ASSIGNNAMES $SIGNALS
  64. $ASSIGNNAMES $DEVICES
  65. $SORT $SIGNALS $SIGNAME
  66. $SORT $DEVICES $DEVNAME
  67. *PADS2000-MILS* NETLIST FILE
  68. *REMARK* Generated by DesignWorks  (Capilano Computing Systems)
  69. *REMARK* $DESIGNNAME -- $DATE
  70. *PART*        ITEMS
  71. $MAXITEMSPERLINE(1)
  72. $DEVICES$DEVNAME    &PADS_Part$IF(&Value),&Value$ENDIF$IF(&PADS_Decal)@&PADS_Decal$ENDIF
  73. $MAXITEMSPERLINE(8)
  74. *NET*
  75. $SIGNALS*SIGNAL* $BUSNAME(_)$SIGNAME $IF(&PADS_Width)&PADS_Width$ENDIF$NEWLINE$PINS
  76. *End*